Skip to main content

Mass and Density Functions

Cumulative Distribution Functions

These exist for both discrete and continuous Random Variables. They are immensely useful since, in the case of Random Variables with continuous distributions, you just get the probability P(Xx)P(X \leq x) by using the PDF.

Here are some other properties:

  1. If a<ba \lt b then FX(a)FX(b)F_X(a) \leq F_X(b)
    It is non-decreasing. Note the \leq

  2. limx+FX(x)=1\lim_{x \to +\infty} F_X(x) = 1 and limxFX(x)=0lim_{x \rarr -\infty}F_X(x) = 0
    This is more important than it looks! Why? You'd be breaking some probability axioms otherwise!

  3. P(X>x)=1FX(x)P(X \gt x) = 1 - F_X(x)
    Called "right continuity"

  4. a<b    P(a<Xb)=FX(b)FX(a)a \lt b \implies P(a \lt X \leq b) = F_X(b) - F_X(a)
    Easier than integrating a PDF!

Media